projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8717d1
)
* xfns.c (Fx_open_connection): Test the CPP symbol
author
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:32:23 +0000
(
01:32
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:32:23 +0000
(
01:32
+0000)
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 6b9a90f484b206bb5ffbf9e1d207d6fc0bc61907..07925ebb0ed29a2ea52517845bf54b7efdae2adc 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3560,7
+3560,7
@@
Optional second arg XRM_STRING is a string of resources in xrdb format.")
(char *) XSTRING (Vx_resource_name)->data,
EMACS_CLASS);
UNBLOCK_INPUT;
-#if
defined (HAVE_X11R5)
+#if
def HAVE_XRMSETDATABASE
XrmSetDatabase (x_current_display, xrdb);
#else
x_current_display->db = xrdb;